CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - named pipe

搜索资源列表

  1. NamedPipe

    0下载:
  2. 命名管道的应用实例,VC6,非常好的源码,对初学者和高级程序人员都有实用价值-Named pipe application examples, VC6, very good source for beginners and advanced programmers have a practical value
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:52038
    • 提供者:刘萌
  1. Namedpiple_communication

    0下载:
  2. 进程间命名管道通信示例程序,详情见:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx-Named pipe communication between the process of sample programs.reference:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:34735
    • 提供者:hotloofah
  1. PHPTest

    0下载:
  2. 本文是对网络上现成代码的学习与解读! PHP是比较流行的脚本语言,WEB开发使用广泛,如何在C++程序中不依赖任何WEB SERVER调用PHP,并取得执行结果完成交互,这是本文代码所要实现的功能。 PHP安装好后,在目录下有一个php-cgi.exe,我们只要执行这个CGI程序,并将数据通过命名管道传递给它,然后把执行结果通过命名管道读取出来即可,过程并不复杂!-This article is a ready-made network of learning and int
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:47041
    • 提供者:yanx
  1. NamedPipeClt

    0下载:
  2. 命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制, -Named Pipes " or" named pipe " (Named Pipes) is a simple inter-process communication (IPC) mechanism
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:29556
    • 提供者:wayuzhi
  1. TestNamePipe

    0下载:
  2. 命名管道的应用,可以在服务器与客户端之间进行信息的传递。-Named pipe application, server and client in information between the delivery.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2577775
    • 提供者:liufengzhu
  1. named_pipe

    0下载:
  2. use named pipe with VC-use named pipe with VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1020
    • 提供者:gengshg
  1. mingmingguandao

    0下载:
  2. 命名管道编程实例,本人亲自验证过,可以正常使用,供大家参考学习,-Named pipe programming examples, I personally verified, you can normally use for reference study,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:70907
    • 提供者:fish33
  1. WindowsNamedPipe

    0下载:
  2. Windows命名管道使用的demo,含服务器和客户端。-A demo shows how to use Windows named pipe, including client and server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2389
    • 提供者:liuly
  1. FIFO

    0下载:
  2. Linux下用命名管道FIFO写的进程间通信程序(经典集合,用gcc编译器,可直接使用,吐血奉送)-FIFO under Linux using named pipe communication between the process of writing procedures (classical set, with the gcc compiler, can be used directly, vomiting blood Complimentary)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:24721
    • 提供者:FarEast8612
  1. Code

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed explanation of intertask communication four ways: the clipboard, anonymous pipe, named pipe and the mail slot. And the comparative analysis this several inter-process communication strengt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:233495
    • 提供者:田海龙
  1. clientPipe

    0下载:
  2. windows命名管道客户端使用,代码容易理解。-windows named pipe client, code easy to understand.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:2444
    • 提供者:Brian
  1. serverPipe

    0下载:
  2. windows命名管道服务端程序例子,程序简单易懂-windows server program named pipe example, the program easy to understand
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:3120
    • 提供者:Brian
  1. pipe

    0下载:
  2. 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeli
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:899
    • 提供者:tiger
  1. Named-pipe-instance

    0下载:
  2. 创建线程,在VC中创建多线程,用于程序的并行运行,在VC编程中有广泛运用-Create a thread in the VC to create multiple threads running in parallel for the program in the VC are widely used programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:600961
    • 提供者:zhangcheng
  1. VC_Pipe

    0下载:
  2. 线程或进程之间的命名管道通讯实现.可以根据实际项目需求加入。-Thread or process to achieve communication between the named pipe. Can be added according to the actual needs of the project.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1200377
    • 提供者:
  1. windows-communicate

    0下载:
  2. 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:29195
    • 提供者:
  1. pipe

    0下载:
  2. 用于测试进程间通过有名管道的通信,挺好用的-Used to test the inter-process communication through named pipes, very good use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1209
    • 提供者:lxdong
  1. p01

    0下载:
  2. 通过管道文件(有名管道)来实现进程间通信。-Through the pipe file (named pipe) to achieve inter-process communication.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:4769
    • 提供者:Sui QY
  1. 111

    0下载:
  2. linux下的管道应用,此为命名管道,能够实现文件的读写操作-Under Linux piping applications, this is named pipe, can realize the file has read and write operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:vivian
  1. named_pipe

    0下载:
  2. 基于Linux下的进程通信中的命名管道,以及相关的实现代码-Based on the process of communication under Linux named pipe, and the realization of the relevant code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:10851
    • 提供者:zzy
« 1 2 34 5 6 »
搜珍网 www.dssz.com